/* CSS Document */
body{
-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none; /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;}

@font-face{font-family: "HelveticaLTStd-Bold"; src:url(../font/HelveticaLTStd-Bold.ttf)}
@font-face{font-family: "HelveticaLTStd-BoldCond"; src:url(../font/HelveticaLTStd-BoldCond.ttf)}
@font-face{font-family: "HelveticaLTStd-Cond"; src:url(../font/HelveticaLTStd-Cond.ttf)}
@font-face{font-family: "HelveticaLTStd-Light"; src:url(../font/HelveticaLTStd-Light.ttf)}

.wm{margin:0 8%;}
.wm2{margin:0 8%;}

.head{background:#ededed;height:40px;line-height:40px;color:#575757;width:100%;overflow:hidden;font-size:16px;}
.head img{ vertical-align:middle;padding:0 6px;}
.head_r{color:#c8000a;}
.head a{color:#c8000a;}
.head a:hover{color:#c8000a;text-decoration:underline;}

#top{width:100%;overflow:hidden;background:#ffffff;height:122px;}
#top .logo{padding-top:16px;}
#top .gpdm{font-size: 24px;font-family: Arial;font-weight: bold;color: #c8000a;text-align:center;line-height:120px;padding-left:12px;}
#top .top_r{margin-top:16px;}
#top .tel{height:50px;background:url(../images/icon_02.jpg) no-repeat left;padding-left:63px;font-size:16px;color:#3c3c3c;margin-top:35px;}
#top .tel h1{font-size:26px;font-family:Arial;font-weight:bold;color:#c8000a;}
#top .ewm{padding-left:20px;padding-top:10px;}
.mbdh{ display:none;}

/*menu*/
.menu{height:56px;line-height:56px;background:url(../images/index_01.jpg) repeat-x;text-align:center;}

.menu ul li{ display:inline-block;height:56px;line-height:56px;background:url(../images/index_02.jpg) no-repeat right;}
.menu ul li:last-child{ background:none;}
.menu ul li a{padding:0 38px;font-size:16px;color:#fff;}
.menu ul li a:hover{text-decoration:none;color:#fffc00;font-weight:bold;}


/*banner*/
/* Slider */
.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
.m_banner{ display:none;}


.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url(../images/loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }


.bproInfo-demo{ width:100%; float: left; display: block;}
.bproInfo-demo .item{ overflow: hidden;}
.bproInfo-demo .item img{ width: 100%; display: block;}
.bproInfo-demo .slick-arrow{ width:60px; height: 60px; display: block; position: absolute; top: 50%; margin-top: -30px; z-index: 100; background-position: center center; background-repeat: no-repeat;}
.bproInfo-demo .slick-prev{ background-image: url(l.png); background-position:center center; left:10%; transform:translateX(30px);-webkit-transform:translateX(30px);-ms-transform:translateX(30px); opacity: 0;}
.bproInfo-demo .slick-next{ background-image: url(r.png); background-position:center center; right:10%; transform:translateX(-30px);-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px); opacity: 0;}
.bproInfo-demo:hover .slick-arrow{ transform:translateX(0px);-webkit-transform:translateX(0px);-ms-transform:translateX(0px); opacity: 1; }
.bproInfo-demo .slick-prev:hover{ background-image: url(l.png); background-position:center center;}
.bproInfo-demo .slick-next:hover{ background-image: url(r.png); background-position:center center;}

.bproInfo-demo .slick-dots { position: absolute; bottom:10px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.bproInfo-demo .slick-dots li { position: relative; display: inline-block; height:4px; width:50px; background:#fff; margin: 0px 5px; padding: 0px; cursor: pointer; text-indent:-9999px; -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;}
.bproInfo-demo .slick-dots li button { border: 0; background: transparent; display: block;  height:12px; width:12px; background:#fff; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-indent:-9999px;}
.bproInfo-demo .slick-dots li button:focus { outline: none; background:#067cd5;}
.bproInfo-demo .slick-dots li.slick-active{ background:#067cd5;}
.bproInfo-demo .slick-dots li.slick-active a { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

/*banner*/

/*ban_bot*/
.ban_bot{height:72px;background:#fff;}
.ban_bot .hot_pro{float:left;line-height:72px;font-size:15px;}
.ban_bot .hot_pro span{color:#067cd5;}
.ban_bot .search{float:right;border:1px solid #067cd5;border-radius:5px;height:42px;line-height:42px;margin-top:10px;}
.ban_bot .searchsrk{border:none;width:320px;margin-left:10px;outline:none;color:#757575;}
.ban_bot .searchsrk2{background:url(../images/index_03.jpg) no-repeat;width:90px;height:42px;border:none;font-size:14px;color:#fff;}

.con_01{background:url(../images/index_04.jpg) no-repeat top center;width:100%;padding-top:60px;overflow:hidden;}
.con_01 .title{text-align:center;font-size:44px;color:#323232;}
.con_01 .title span{color:#067cd5;font-weight:bold;}
.con_01 .title2{text-align:center;font-size:16px;color:#939393;margin-top:15px;}
.con_01 .box{margin-top:47px;}
.con_01 .box dl{margin:0 5px;border:1px solid #efefef;width:251px;}
.con_01 .box dl dt{width:251px;height:156px;overflow:hidden;background:#fff;position: relative;}
.con_01 .box dl dt img{position: absolute;top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: .5s ease-in-out;
    text-align: center;
    vertical-align: middle;}
.con_01 .box dl dt img:hover{ transform-origin:center center; transform:scale(1.15,1.15)}
.con_01 .box dl dd{text-align:center;height:165px;line-height:24px;background:#efefef;}
.con_01 .box dl dd .pro_title{font-size:20px;padding-top:27px;color:#0f0f0f;font-weight:bold;}
.con_01 .box dl dd .casno{font-size:14px;color:#a3a3a3;padding-top:12px;}
.con_01 .box dl dd .more{background:#ffffff;width:122px;height:34px;line-height:34px;;margin:12px auto 0;border:1px solid #d6d6d6;}
.con_01 .box dl:hover .more{font-weight:bold;}
.con_01 .gd{width:250px;margin:42px auto 55px;height:46px;line-height:46px;border-top:1px solid #067cd5;border-bottom:1px solid #067cd5;text-align:center;}
.con_01 .gd a{color:#067cd5;font-size:16px;}
.con_01 .gd:hover a{font-weight:bold;}

.con_02{background:url(../images/index_05.jpg) no-repeat top center;height:auto;width:100%;overflow:hidden;height:203px;text-align:right;color:#fff;}
.con_02 h1{font-size:30px;font-weight:bold;padding-top:45px;}
.con_02 h2{font-size:20px;padding-top:13px;}
.con_02 h2 span{font-size:30px;font-weight:bold;color:#fff000;}
.con_02 h2 img{ vertical-align:middle;padding-right:6px;}

.con_03{width:100%;overflow:hidden;}
.con_03 .title{text-align:center;font-size:30px;font-weight:bold;color:#323232;background:url(../images/index_08.png) repeat-x;height:40px;line-height:40px;margin-bottom:45px;margin-top:60px;}
.con_03 .title span{ display:inline-block;padding:0 17px;background:#fff;}
.con_03 .title img{ vertical-align:middle;display:inline-block;background:#fff;}
.con_03 .title2{ display:none;text-align:center;margin-top:40px;margin-bottom:40px;}
.con_03 .title2 span{ display:block;font-size:28px;font-weight:bold;color:#323232;}
.con_03 .title2 img{height:25px;}
.con_03 .about_l{float:left;width:34%;overflow:hidden}
.con_03 .about_l img{width:auto;height:540px; transition:all 1s;}
.con_03 .about_l img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}
.con_03 .about_r{float:right;width:64%;}
.con_03 .about_r .txt{font-size:16px;color:#575757;line-height:36px;}
.con_03 .about_r .more {margin-top:30px;}
.con_03 .about_r .more a{ display:inline-block;margin-right:12px;background:#067cd5;width:124px;height:32px;text-align:center;line-height:32px;color:#fff;font-size:16px;}
.con_03 .about_r .more a:hover{background:#c8000a;}
.con_03 .about_r .ab_high{height:300px;}
.con_03 .about_r ul li{float:left;width:32%;margin-right:1%;overflow:hidden;}
.con_03 .about_r ul li img{height:240px;transition:all 1s;}
.con_03 .about_r ul li img:hover{transform-origin:center center; transform:scale(1.15,1.15);}


.con_04{width:100%;overflow:hidden;background:url(../images/index_11.jpg) no-repeat bottom center #f9f9f9;margin-top:60px;height:740px;}
.con_04 .title{text-align:center;font-size:30px;font-weight:bold;color:#323232;background:url(../images/index_08.png) repeat-x;height:40px;line-height:40px;margin-bottom:45px;margin-top:40px;}
.con_04 .title span{ display:inline-block;padding:0 17px;background:#f9f9f9;}
.con_04 .title img{ vertical-align:middle;display:inline-block;background:#f9f9f9;}
.con_04 .title2{ display:none;text-align:center;margin-top:40px;margin-bottom:40px;}
.con_04 .title2 span{ display:block;font-size:28px;font-weight:bold;color:#323232;}
.con_04 .title2 img{height:25px;}
.con_04 .about_l{float:left;width:34%;overflow:hidden}
.con_04 .about_l img{width:auto;height:540px; transition:all 1s;}
.con_04 .about_l img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}
.con_04 .about_r{float:right;width:64%;}
.con_04 .about_r .txt{font-size:16px;color:#575757;line-height:36px;}
.con_04 .about_r .more {margin-top:30px;}
.con_04 .about_r .more a{ display:inline-block;margin-right:12px;background:#067cd5;width:124px;height:32px;text-align:center;line-height:32px;color:#fff;font-size:16px;}
.con_04 .about_r .more a:hover{background:#c8000a;}
.con_04 .about_r .ab_high{height:300px;}
.con_04 .about_r ul li{float:left;width:32%;margin-right:1%;overflow:hidden;}
.con_04 .about_r ul li img{height:240px;transition:all 1s;}
.con_04 .about_r ul li img:hover{transform-origin:center center; transform:scale(1.15,1.15);}

.con_05{width:100%;overflow:hidden;background:url(../images/index_12.jpg) no-repeat top center;height:608px;}
.con_05 .title{text-align:center;margin:0 auto;font-size:44px;color:#fff;padding-top:45px;}
.con_05 .title span{color:#fcff00;font-weight:bold;}
.con_05 .title2{text-align:center;font-size:16px;color:#fff;margin-top:15px;}
.con_05 ul{margin-top:50px;}
.con_05 ul li{width:23%;margin:0 1%;float:left;overflow:hidden}
.con_05 ul li img{width:100%;height:260px; transition:all 1s;}
.con_05 ul li:hover img{ transform-origin:center center; transform:scale(1.05,1.05)}
.con_05 .gd{width:250px;margin:42px auto 0;height:46px;line-height:46px;border-top:1px solid #fff;border-bottom:1px solid #fff;text-align:center;}
.con_05 .gd a{color:#fff;font-size:16px;}
.con_05 .gd:hover a{font-weight:bold;}


.con_06{width:100%;overflow:hidden;}
.con_06 .title{text-align:center;font-size:44px;color:#323232;margin-top:50px;}
.con_06 .title span{color:#067cd5;font-weight:bold;}
.con_06 .title2{text-align:center;font-size:16px;color:#939393;margin-top:15px;border-bottom:1px solid #eaeaea;padding-bottom:28px;margin-bottom:42px;}
.con_06 .news_op{float:left;width:32%;background:#067cd5;padding:15px;height:480px;}
.con_06 .news_op .pic{width:100%;overflow:hidden;}
.con_06 .news_op .pic img{width:100%;height:310px; transition:all 1s;}
.con_06 .news_op .pic img:hover{ transform-origin:center center; transform:scale(1.1,1.1);}
.con_06 .news_op h1{padding-top:12px;}
.con_06 .news_op h1 a{color:#fff;font-size:20px;font-weight:bold;}
.con_06 .news_op h1 a:hover{ text-decoration:underline;}
.con_06 .news_op .txt{font-size:16px;color:#fff;padding-top:12px;line-height:28px;font-size:16px;}
.con_06 .news_op .time{font-size:14px;padding-top:20px;color:#fff;}
.con_06 .news{float:right;width:62%;}
.con_06 .news ul li{border-bottom:1px solid #e0e0e0;height:110px;padding-bottom:25px;margin:10px 0 40px 0;}
.con_06 .news ul li .time{background:#ededed;width:15%;height:100%;border-radius:5px;text-align:center;float:left;color:#000000;}
.con_06 .news ul li .time h1{font-size:36px;font-weight:bold;padding-top:12px;}
.con_06 .news ul li .time h2{font-size:16px;}
.con_06 .news ul li .txt{width:80%;float:right;}
.con_06 .news ul li .txt a{font-size:20px;color:#000;}
.con_06 .news ul li .txt a:hover{color:#067cd5;}
.con_06 .news ul li .txt p{font-size:14px;color:#676767;padding-top:10px;}
.con_06 .gd{width:250px;margin:42px auto 55px;height:46px;line-height:46px;border-top:1px solid #067cd5;border-bottom:1px solid #067cd5;text-align:center;}
.con_06 .gd a{color:#067cd5;font-size:16px;}
.con_06 .gd:hover a{font-weight:bold;}



.con_07 .box {overflow:hidden;font-family:Arial;margin-top:5px;}
.con_07 .box .content {width:85%;margin:30px auto 0;}
.con_07 .box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.con_07 .box .Box_con {position: relative;}
.con_07 .box .Box_con .btnl {position: absolute;}
.con_07 .box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 170px;cursor: pointer; z-index:999;}
.con_07 .box .Box_con .btnl {background:url(../images/jtl02.png) no-repeat center;left: -5%;}
.con_07 .box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -5%;}
.con_07 .box .Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}
.con_07 .box .Box_con .btnr:hover {background: url(../images/jtr03.png) no-repeat center;}
.con_07 .box .Box_con .conbox {position: relative;overflow: hidden;}
.con_07 .box .Box_con .conbox ul {position: relative;list-style:none;}
.con_07 .box .Box_con .conbox ul li {float: left;width:382px;margin-left:29px;}
.con_07 .box .Box_con .conbox ul li:first-child {margin-left: 0;}
.con_07 .box .Box_con .conbox ul li dl dt{width:382px;height:320px;overflow:hidden;}
.con_07 .box .Box_con .conbox ul li dl dt img{ transition:all 0.4s;width:382px;height:320px;}
.con_07 .box .Box_con .conbox ul li dl dt img:hover{ transform-origin:center center; transform:scale(1.05,1.05)}
.con_07 .box .Box_con .conbox ul li dl dd{border-top:none;padding:20px 15px;border:1px solid #f1f1f1;}
.con_07 .box .Box_con .conbox ul li dl dd .pro_title{font-size:22px;letter-spacing:1px; text-transform:uppercase;color:#000;}
.con_07 .box .Box_con .conbox ul li dl dd .pro_js{color:#828282;font-size:14px;padding-top:10px;line-height:26px;}
.con_07 .box .Box_con .conbox ul li dl dd .pro_more{padding-top:10px;}
.con_07 .box .Box_con .conbox ul li dl dd .pro_more a{color:#1956b9;font-size:14px;text-decoration:none;}
.con_07 .box .Box_con .conbox ul li dl dd .pro_more a:hover{text-decoration:underline;}

#bottom{background:#222222;width:100%;overflow:hidden;}
#bottom .lm_t{font-size:20px;color:#fff;font-weight:bold;}
.bot_l{width:70%;padding-top:45px;color:#b1b0b0;height:405px;float:left;}
.bot_l a{color:#b1b0b0;}
.bot_l a:hover{color:#fff;}
.bot_01{width:34%;float:left;}
.bot_01 ul{margin-top:20px;}
.bot_01 ul li{line-height:36px;float:left;width:50%;}
.bot_01 ul li a{color:#9b9b9b;font-size:14px;}

.bot_02{width:60%;float:left;border-left:1px solid #919191;padding-left:4%;}
.bot_02 .box{line-height:32px;font-size:14px;margin-top:20px;}
.bot_r{width:30%;background:#067cd5;height:500px;float:right;}
.bot_r h1{font-size:26px;font-weight:bold;color:#fff;text-align:center;padding-top:42px;}
.bot_r h2{font-size:14px;text-align:center;color:#eeeeee;padding:15px 0;}
.liuyan{padding:0 10%;width:80%;}
.liuyan p { padding-top:10px;}
.liuyan input,.liuyan textarea { background:none; border:#83bde9 1px solid; color:#a9cce6;font-family:Microsoft YaHei; font-size:14px; line-height:36px;width:100%;padding-left:2%;outline:none;border-radius:5px;}
.liuyan textarea {line-height:22px; height:62px;padding-left:2%;}
.liuyan input.aak { height:40px; line-height:40px; width:100%; text-align:center; background:#fff; color:#333333;font-size:16px;font-weight:bold;margin-top:10px;}


.bot{line-height:30px;border-top:1px solid #393939;width:100%;overflow:hidden;color:#9b9b9b;padding:20px 0;margin-top:40px;}
.bot a{color:#9b9b9b;}
.bot a:hover{color:#fff;}

.mbfor {display: none;}
/*ny*/


.ny_ban01{background:url(../images/ny_ban01.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban02{background:url(../images/ny_ban02.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban03{background:url(../images/ny_ban03.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban04{background:url(../images/ny_ban04.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban05{background:url(../images/ny_ban05.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban06{background:url(../images/ny_ban06.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban07{background:url(../images/ny_ban07.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban08{background:url(../images/ny_ban08.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban09{background:url(../images/ny_ban09.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}

#content{margin:0 8%;padding-bottom:60px;}
#content .title{text-align:center;padding-top:40px;}
#content .title h1{font-size:38px;color:#000;}
#content .title .lb{text-align:center;margin-top:20px;}
#content .title .lb a{ display:inline-block;border:1px solid #067cd5;margin:0 10px;text-align:center;height:40px;line-height:40px;padding:0 2%;font-size:16px;}
#content .title .lb a:hover{background:#067cd5;color:#fff;}
#content .title span{font-weight:bold;color:#067cd5}
#content .title i{background:#067cd5;width:50px;height:3px;margin:15px auto 0; display:block;}
#content .ny_site{padding-top:30px;color:#a2a2a2;border-bottom:1px solid #e3e3e3;padding-bottom:20px;}
#content .ny_site img{ vertical-align:middle;padding-right:5px;padding-bottom:2px;}
#content .box{line-height:36px;font-size:16px;margin-top:40px;}
.ny_about img{ max-width:100%; height:auto !important; height:100%;}
#content .box img{ max-width:100%; height:auto !important; height:100%;}

#nav1 .nav1,#nav2 .nav2,#nav3 .nav3,#nav4 .nav4,#nav5 .nav5{background:#067cd5 !important;color:#fff;}

/*企业文化*/
.ny_qywh{line-height:36px;font-size:16px;margin-top:40px;}
.ny_qywh_l{width:30%;float:left;}
.ny_qywh_r{width:68%;float:right;}
.ny_qywh_r img{width:100%;height:auto;}

/*内页新闻*/
.ny_news ul{margin-top:3.5em;}
.ny_news ul li{background:#fff;padding:15px 0;margin:20px 0;}
.ny_news ul li:hover{ box-shadow: 0 0 30px rgba(0,0,0,0.1);    }
.ny_news ul li .news_time{width:8%;text-align:center;font-family:Arial;float:left;}
.ny_news ul li .news_time h1{color:#6a6969;font-size:2.5em;padding-bottom:6px;}
.ny_news ul li .news_time h2{color:#6a6969;font-size:1em;padding-top:5px;}
.ny_news ul li .news_time i{background:#919191;height:1px; display:block;width:52px;margin:0 auto;}
.ny_news ul li .news_nr{width:86%;padding-right:5%;float:right;padding-left:1%;}
.ny_news ul li .news_nr .bt{ display:block;font-size:20px;font-weight:bold;}
.ny_news ul li .news_nr p{color:#5e5e5e;font-size:14px;line-height:26px;}




/*内页产品*/

.ny_pro01{margin-top:40px;}
.ny_pro02{ display:none;margin-top:40px;}
.ny_pro02 .xq{color:#0c7bda;}
table.bak { width:100%; margin:0 auto;border:0;}
.bak td{ font-size:16px; padding:5px 10px; line-height:40px; border:0; }
.bak th { background:#0677cc; color:#fff; font-weight:bold; font-size:16px; line-height:50px;text-align:left;padding:5px 10px;  border:0;}
.bak tr:nth-child(odd){background:#fff;}
.bak tr:nth-child(even){background:#fff;}

.pro_img2 td { padding:0 6px; font-size:14px; text-align:center;}
.pro_img2 img { height:110px; margin-bottom:5px;}

.ny_pro_xq{margin-top:50px;}
.ny_pro_xq_l{float:left;width:60%;margin-left:10%;}
.ny_pro_xq_l h1{font-size:48px;font-weight:bold;color:#046bb8;}
.ny_pro_xq_l h2{font-size:20px;font-family:Arial;color:#c3c3c3;padding:10px 0;}
.xq_txt{border-top:1px solid #ccc;padding-top:20px;margin-top:20px;line-height:40px;font-size:16px;margin-bottom:20px;}
.ny_pro_xq_l table tr td{height:50px;padding-left:10px;font-size:16px;}

.ny_pro_xq_r{float:right;width:15%;margin-right:10%;}
.ny_pro_img{border:1px solid #ddd;max-width:250px;}

.aak{width:122px;height:36px;line-height:36px;text-align:center;background:#015198;color:#fff;border:0px;}


.pnpage { clear:both;padding-top:25px; font-size:14px;}
.pnpage a { padding:2px 10px; font-weight:bold; margin:0 6px; border-radius:5px; text-decoration:none;background:#046bb8;height:34px;line-height:34px;color:#fff; display:inline-block;}
.pnpage a:hover{color:#FF0;}

/*研究开发*/
.ny_yjkf{margin-top:40px;line-height:36px;}
.ny_yjkf_l{float:left;width:50%}
.ny_yjkf_l h1{font-size:16px;}
.ny_yjkf_l h2{font-size:26px;font-weight:bold;margin-top:30px;color:#000;}
.ny_yjkf_l .txt{margin-top:20px;font-size:22px;line-height:50px;color:#0670c0;font-weight:bold;}
.ny_yjkf_r{float:right;width:44%; border-top-left-radius: 50px; border-bottom-right-radius: 50px;overflow:hidden;  }
.ny_yjkf_r img{width:100%;height:auto; transition:all 2s;}
.ny_yjkf_r img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}

/*厂容厂貌*/
.ny_ryzs{margin-top:30px;}


/*在线订单*/
.ny_order{border-top:1px solid #f0f0f0;padding-top:35px;margin-top:30px;}
.dingdan { padding:1% 6%; background:#f9f9f9; overflow:hidden;}
.dingdan p { padding:5px 0;line-height:36px;font-size:16px;}
.dingdan input,.dingdan textarea { height:40px; line-height:40px; padding:0 1%; border:#ddd 1px solid; border-radius:5px; background:#fff; width:46.5%;font-family:Microsoft YaHei; color:#999; font-size:14px;}
.dingdan span { padding:0 5px; color:#f00; font-size:16px;}
.dingdan input.s1 { width:96.5%; color:#067cd5;}
.dingdan input.s2 { width:120px;}
.dingdan input.aak { width:120px; background:#067cd5; color:#fff;}
.dingdan textarea { padding:5px 1%; line-height:20px; height:100px; width:96.5%;background:#fff;}
.dingdan img { margin:0 10px; height:45px;}


/*内页联系我们*/
.ny_contact_l{width:40%;float:left;line-height:30px;}
.ny_contact_r{width:50%;float:right;padding-top:40px;}


/*欣诺公司*/
.ny_xngs{line-height:28px;margin-top:40px;}
.ban_bot ul li{float:left;line-height:72px;padding:0 20px;}
.ban_bot ul li:hover{border-bottom:2px solid #067cd5;}
.ban_bot ul li:hover a{color:#067cd5}
.ban_bot ul li a{font-size:16px;}
#nb01 .nb01,#nb02 .nb02,#nb03 .nb03,#nb04 .nb04{border-bottom:2px solid #067cd5;color:#067cd5}
#nb01 .nb01 a,#nb02 .nb02 a,#nb03 .nb03 a,#nb04 .nb04 a{color:#067cd5}
.contmap {width:100%;height:400px;}

.ny_xngs_l{float:left;width:60%;height:400px;}
.ny_xngs_r{float:right;width:34%;background:#1274d0;height:360px;padding:20px 3%;color:#fff;}
.ny_xngs_r a{color:#fff;}
.ny_xngs_r a:hover{color:#fff;}
.ny_xncp{margin-top:40px;}

.yy{font-size:14px;}
.yy input{height:28px;line-height:28px;border:1px solid #ddd; }
.yy #content3{height:120px;width:480px;border:1px solid #ddd;}

.c1 {border-top:#dbefe5 1px solid;border-left:#dbefe5 1px solid;}
.c1 th {font-weight:bold; line-height:30px;text-align:center;}
.c1 td,.c1 th { padding:5px 10px; line-height:18px; border-bottom:#dbefe5 1px solid;border-right:#dbefe5 1px solid;font-size:14px;}
.c1 a {color:#s444444;}
td.yyk { padding-left:10px;}
.con_t1 { color:#444444;}
.con_t1 h4{ background:#eeefef; width:700px; height:30px; line-height:25px; font-size:14px; text-align:center;font-weight:bold}






.txtc { clear:both; text-align:center; padding-right:25px; padding-top:10px; font-size:12px}
.nypro span.current,.nypro a.num { display:inline-block; margin:0 5px; padding:0 8px; height:23px; line-height:23px;font-size:14px;}
.nypro span.current,.nypro a.num:hover { background:#f0f7fc; border:#067cd5 1px solid; color:#067cd5;font-size:14px;}
.nypro a.num,.nypro a.end,.nypro a.next,.nypro a.prev { border:#cdcdcd 1px solid; color:#333; background:#fff; text-decoration:none;font-size:14px;}
.nypro a.end,.nypro a.next,.nypro a.prev { display:inline-block; padding:0 8px;height:23px; line-height:23px;font-size:14px;}
.nypro a.prev { margin:0 5px;font-size:14px;}




